github.com/prebid/prebid-server/v2@v2.18.0/adapters/kidoz/kidoztest/supplemental/empty-banner-format .json (about)

     1  {
     2  	"mockBidRequest": {
     3  		"id": "test-request-id",
     4  		"imp": [
     5  			{
     6  				"id": "test-impression-id-1",
     7  				"banner": {
     8  					"format": []
     9  				}
    10  			}
    11  		]
    12  	},
    13  	"expectedMakeRequestsErrors": [
    14  		{
    15  			"value": "banner format array is empty",
    16  			"comparison": "literal"
    17  		}
    18  	]
    19  }